home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_540 / wbrun / wbrun.doc < prev    next >
Text File  |  1992-05-06  |  957b  |  33 lines

  1.  
  2.     A RunBack style program which use parm.library.  Runs programs
  3.     in  WB  mode  from any CLI.  Programs are fully detached.  The
  4.     program you run must support WB startup.
  5.  
  6.     Usage:
  7.  
  8.         WBRun Prog [args] [STACK size] [PRI pri] [DELAY sec]
  9.  
  10.     if you type:
  11.  
  12.         WBRun ?
  13.  
  14.     you will get this command template
  15.  
  16.         Prog/a,args/...,STACK/k,PRI/k,DELAY/k:
  17.  
  18.     that is to say, Prog must be specified, and other args are optionnal.
  19.  
  20.     Stack will overide icon stack if specified, so use with great care.
  21.     Pri is 0 by default.
  22.     Delay  is  in seconds.  WBRun will wait this delay once prog is loaded
  23.     and run, and can be used to prevent disk trashing in script files.
  24.  
  25.     If prog isn't in the specified path, Arp resident list and CLI Path
  26.     are searched too, but in theses cases, icon will never be found, and
  27.     stack size will be current stack size of the CLI.
  28.  
  29.     Authors: Sylvain Rougier, Pierre Carrette.
  30.  
  31.     Enjoy.
  32.  
  33.